home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_ImageMagick.idb / usr / freeware / include / magick / config.h.z / config.h
Encoding:
C/C++ Source or Header  |  1999-01-26  |  7.1 KB  |  270 lines

  1. /* magick/config.h.  Generated automatically by configure.  */
  2. /* magick/config.h.in.  Generated automatically from configure.in by autoheader.  */
  3.  
  4. /* Define to empty if the keyword does not work.  */
  5. /* #undef const */
  6.  
  7. /* Define if you don't have vprintf but do have _doprnt.  */
  8. /* #undef HAVE_DOPRNT */
  9.  
  10. /* Define if you have a working `mmap' system call.  */
  11. #define HAVE_MMAP 1
  12.  
  13. /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
  14. #define HAVE_SYS_WAIT_H 1
  15.  
  16. /* Define if you have the vprintf function.  */
  17. #define HAVE_VPRINTF 1
  18.  
  19. /* Define to `int' if <sys/types.h> doesn't define.  */
  20. /* #undef mode_t */
  21.  
  22. /* Define to `long' if <sys/types.h> doesn't define.  */
  23. /* #undef off_t */
  24.  
  25. /* Define to `int' if <sys/types.h> doesn't define.  */
  26. /* #undef pid_t */
  27.  
  28. /* Define as the return type of signal handlers (int or void).  */
  29. #define RETSIGTYPE void
  30.  
  31. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  32. /* #undef size_t */
  33.  
  34. /* Define if you have the ANSI C header files.  */
  35. #define STDC_HEADERS 1
  36.  
  37. /* Define on System V Release 4.  */
  38. #define SVR4 1
  39.  
  40. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  41. #define TIME_WITH_SYS_TIME 1
  42.  
  43. /* Define if the X Window System is missing or not being used.  */
  44. /* #undef X_DISPLAY_MISSING */
  45.  
  46. /* Define to empty if the keyword does not work.  */
  47. /* #undef const */
  48.  
  49. /* Define if you don't have vprintf but do have _doprnt.  */
  50. /* #undef HAVE_DOPRNT */
  51.  
  52. /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
  53. #define HAVE_SYS_WAIT_H 1
  54.  
  55. /* Define if you have the vprintf function.  */
  56. #define HAVE_VPRINTF 1
  57.  
  58. /* Define to `int' if <sys/types.h> doesn't define.  */
  59. /* #undef mode_t */
  60.  
  61. /* Define to `int' if <sys/types.h> doesn't define.  */
  62. /* #undef pid_t */
  63.  
  64. /* Define as the return type of signal handlers (int or void).  */
  65. #define RETSIGTYPE void
  66.  
  67. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  68. /* #undef size_t */
  69.  
  70. /* Define if you have the ANSI C header files.  */
  71. #define STDC_HEADERS 1
  72.  
  73. /* Define on System V Release 4.  */
  74. #define SVR4 1
  75.  
  76. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  77. #define TIME_WITH_SYS_TIME 1
  78.  
  79. /* Define if the X Window System is missing or not being used.  */
  80. /* #undef X_DISPLAY_MISSING */
  81.  
  82. /* Package name */
  83. #define PACKAGE "ImageMagick"
  84.  
  85. /* Package version */
  86. #define VERSION "4.1.0"
  87.  
  88. /* Include patented LZW compression */
  89. #define HasLZW 1
  90.  
  91. /* X11 server supports shape extension */
  92. #define HasShape 1
  93.  
  94. /* X11 server supports shared memory extension */
  95. #define HasSharedMemory 1
  96.  
  97. /* Increase max color value from 255 to 65535 */
  98. #define QuantumLeap 1
  99.  
  100. /* Location of X11 RGB database */
  101. #define RGBColorDatabase "/usr/lib/X11/rgb.txt"
  102.  
  103. /* Define if you have Display Postscript */
  104. /* #undef HasDPS */
  105.  
  106. /* Define if you have FlashPIX library */
  107. /* #undef HasFPX */
  108.  
  109. /* Define if you have HDF library */
  110. #define HasHDF 1
  111.  
  112. /* Define if you have JBIG library */
  113. /* #undef HasJBIG */
  114.  
  115. /* Define if you have JPEG library */
  116. #define HasJPEG 1
  117.  
  118. /* Define if you have PNG library */
  119. #define HasPNG 1
  120.  
  121. /* Define if you have TIFF library */
  122. #define HasTIFF 1
  123.  
  124. /* Define if you have FreeType (TrueType font) library */
  125. #define HasTTF 1
  126.  
  127. /* Define if you have the SFIO mmap-based stdio library emulation */
  128. /* #undef HasSFIO */
  129.  
  130. /* Define if you have zlib compression library */
  131. #define HasZLIB 1
  132.  
  133. /* Define if you have debugging malloc library */
  134. /* #undef WITH_DMALLOC */
  135.  
  136. /* Define if you have sys_errlist[] in libc */
  137. #define HAVE_SYS_ERRLIST 1
  138.  
  139. /* Define if you have HP style pty allocation (/dev/ptym/ptyp*) */
  140. /* #undef HAVE_PTYM */
  141.  
  142. /* Define if you have HP style pty trapping (struct.*request_info in sys/ptyio.h) */
  143. /* #undef HAVE_PTYTRAP */
  144.  
  145. /* Define if you have AIX new-style pty allocation (/dev/ptc && /dev/pts) */
  146. #define HAVE_PTC_PTS 1
  147.  
  148. /* Define if you have SGI old-style pty allocation (/dev/ptc && ! /dev/pts) */
  149. /* #undef HAVE_PTC */
  150.  
  151. /* Define if you have SCO style pty allocation */
  152. /* #undef HAVE_SCO_CLIST_PTYS */
  153.  
  154. /* Define if you have SVR4 style pty allocation (/dev/ptmx) */
  155. #define HAVE_PTMX 1
  156.  
  157. /* Define if you have OSF/1 style pty allocation (/dev/ptmx_bsd) */
  158. /* #undef HAVE_PTMX_BSD */
  159.  
  160. /* Define location of 'bzip2' program */
  161. /* #undef BZDelegate */
  162.  
  163. /* Define location of 'compress' program */
  164. #define LZWEncodeDelegate "/usr/bsd/compress"
  165.  
  166. /* Define location of 'uncompress' program */
  167. #define LZWDecodeDelegate "/usr/bsd/uncompress"
  168.  
  169. /* Define location of WWW 'GET' program */
  170. /* #undef WWWDecodeDelegate */
  171.  
  172. /* Define location of 'html2ps' program */
  173. #define HTMLDecodeDelegate "/usr/freeware/bin/html2ps"
  174.  
  175. /* Define location of 'pgpv' program */
  176. /* #undef PGPDecodeDelegate */
  177.  
  178. /* Define location of the CGM support program 'ralcgm' */
  179. #define CGMDecodeDelegate "/usr/freeware/bin/ralcgm"
  180.  
  181. /* Define location of the Fig support program 'fig2dev' */
  182. #define FIGDecodeDelegate "/usr/freeware/bin/fig2dev"
  183.  
  184. /* Define location of the Postscript support program 'ps' */
  185. #define PSDelegate "/usr/freeware/bin/gs"
  186.  
  187. /* Define location of the MPEG support program 'mpeg2decode' */
  188. /* #undef MPEGDecodeDelegate */
  189.  
  190. /* Define location of the MPEG support program 'mpeg2encode' */
  191. /* #undef MPEGEncodeDelegate */
  192.  
  193. /* Define location of the Radiance support program 'ra_ppm' */
  194. /* #undef RADDecodeDelegate */
  195.  
  196. /* Define location of the 'rawtorle' program */
  197. #define RLEEncodeDelegate "/usr/freeware/bin/rawtorle"
  198.  
  199. /* Define location of the 'scanimage' program */
  200. /* #undef SCANDecodeDelegate */
  201.  
  202. /* Define location of the 'netscape' program */
  203. /* #undef BrowseDelegate */
  204.  
  205. /* Define location of the 'gimp' program */
  206. /* #undef LaunchDelegate */
  207.  
  208. /* Define location of the 'xterm' program */
  209. #define EditorDelegate "/usr/bin/X11/xterm"
  210.  
  211. /* Define location of the 'display' program */
  212. /* #undef ShowImageDelegate */
  213.  
  214. /* Define location of the 'lp' program */
  215. /* #undef LPDelegate */
  216.  
  217. /* Define if you have the getcwd function.  */
  218. #define HAVE_GETCWD 1
  219.  
  220. /* Define if you have the gethostname function.  */
  221. #define HAVE_GETHOSTNAME 1
  222.  
  223. /* Define if you have the getpagesize function.  */
  224. #define HAVE_GETPAGESIZE 1
  225.  
  226. /* Define if you have the mkdir function.  */
  227. #define HAVE_MKDIR 1
  228.  
  229. /* Define if you have the select function.  */
  230. #define HAVE_SELECT 1
  231.  
  232. /* Define if you have the strcspn function.  */
  233. #define HAVE_STRCSPN 1
  234.  
  235. /* Define if you have the strerror function.  */
  236. #define HAVE_STRERROR 1
  237.  
  238. /* Define if you have the strtol function.  */
  239. #define HAVE_STRTOL 1
  240.  
  241. /* Define if you have the sysconf function.  */
  242. #define HAVE_SYSCONF 1
  243.  
  244. /* Define if you have the <dirent.h> header file.  */
  245. #define HAVE_DIRENT_H 1
  246.  
  247. /* Define if you have the <fcntl.h> header file.  */
  248. #define HAVE_FCNTL_H 1
  249.  
  250. /* Define if you have the <ndir.h> header file.  */
  251. /* #undef HAVE_NDIR_H */
  252.  
  253. /* Define if you have the <strings.h> header file.  */
  254. #define HAVE_STRINGS_H 1
  255.  
  256. /* Define if you have the <sys/dir.h> header file.  */
  257. /* #undef HAVE_SYS_DIR_H */
  258.  
  259. /* Define if you have the <sys/file.h> header file.  */
  260. #define HAVE_SYS_FILE_H 1
  261.  
  262. /* Define if you have the <sys/ndir.h> header file.  */
  263. /* #undef HAVE_SYS_NDIR_H */
  264.  
  265. /* Define if you have the <sys/time.h> header file.  */
  266. #define HAVE_SYS_TIME_H 1
  267.  
  268. /* Define if you have the <unistd.h> header file.  */
  269. #define HAVE_UNISTD_H 1
  270.